home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / Miscellaneous / WorkSets / WorkSets ReadMe
Encoding:
Text File  |  1998-11-25  |  1.4 KB  |  15 lines  |  [TEXT/MPS ]

  1.                                     WorkSets
  2.  
  3. A "WorkSet" is a set of related windows which you want to open, close, hide, or show as 
  4. a group. For example, these can be the windows you need while working on a particular 
  5. bug fix or new feature. Each "WorkSet" is defined by a file in the "{MPW}WorkSets:" 
  6. folder. Each file simply contains a list of the full pathnames of the files in the workset. To create a new WorkSet, select “New...” from the “Edit WorkSet” item in the File menu. Provide a name for the new set. By default, the new WorkSet will contain all the currently active windows, except the worksheet. Simply edit and save the list of file names. You can now Open, Close, Show, and Hide this set of windows using the corresponding items in the File menu. Selecting “Remove WorkSet” will delete the WorkSet file from the WorkSets folder. To rename a workset, simply rename the file in the WorkSets folder.
  7.  
  8. There are two methods that can be used to manipulate the WorkSets. One uses hierarchical 
  9. menus to display the current list of worksets. The second uses dialog boxes. Both rely on 
  10. MPW Shell 3.4.2b1c3 or later. The first has a startup script to define the menu items, 
  11. and a script to update the hierarchical menus on each change. The second needs only its 
  12. startup script. Choose the method with which you are most comfortable. (The two can 
  13. actually be used together, but are redundant.) Each method also provides a menu item for 
  14. removing the WorkSets menu items.
  15.